home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF Release 1 Update 2 < prev   
Encoding:
Text File  |  1996-08-16  |  3.4 KB  |  87 lines  |  [ttro/ttxt]

  1. OpenDoc
  2. Development
  3. Framework
  4.                                                                                                                                                                                      
  5. ODF Release 1 Update 2
  6. ODF Release 1 Update 2                                                                                                                                                         
  7.  
  8.  
  9. ODF Release 1 - OpenDoc DR5 CD distributed at the WWDC
  10.  
  11. Initial release.
  12.  
  13.  
  14. ODF Release 1 Update 1 -  OpenDoc DR5 CD
  15.  
  16. Changed:
  17.  
  18. • Install ODF (CW) in "Getting Started:CodeWarrior Development:"
  19.  
  20. ODF Release 1 modification date: Thu, Apr 25, 1996, 5:02 PM
  21. ODF Release 1 Update 1 modification date: Tue, Apr 30, 1996, 6:13 PM
  22.  
  23. Fixed a bug in the ODF Installer for CodeWarrior. The script was failling when a MPW folder was not present in the Preferences folder.
  24.  
  25.  
  26. • ODF Builder (CW) in "ODFDev:"
  27.  
  28. ODF Release 1 modification date: Thu, Apr 25, 1996, 10:29 AM
  29. ODF Release 1 Update 1 modification date: Tue, Apr 30, 1996, 6:14 PM
  30.  
  31. Fixed a bug in the ODF Builder for CodeWarrior. The script was failling when a MPW folder was not present in the Preferences folder.
  32.  
  33.  
  34. • AppMaker folder changes (See the updated readme "Using AppMaker with ODF" for more details):
  35.           - New AppMaker 2.0beta5 (demo version) fixes several important bugs over 2.0beta4.
  36.           - New ODF language plug-in "ODF Full" allows to generate source code as well as view resources. The other plug-in is now called "ODF Views", it generates only the ODFRC resources in Views.fr and resource ids in Views.k
  37.  
  38.  
  39. New:
  40.  
  41. • CW9 Conversion in "Getting Started:CodeWarrior Development:"
  42. Instruction to convert CodeWarrior 8 projects to CodeWarrior 9.
  43.  
  44.  
  45. ODF Release 1 Update 2 -  ETO #21
  46.  
  47. Removed
  48.  
  49. • CW9 Conversion in "Getting Started:CodeWarrior Development:". See Changed section.
  50.  
  51.  
  52. Changed
  53.  
  54. • All CodeWarrior projects have been updated to CodeWarrior 9 including DU Samples and PartMaker templates. The following changes have been made:
  55.  
  56.                             - We are now using the Metrowerks set_new_handler instead of the ODF set_new_handler
  57.                             - Fixed a bug in ODF causing alignment problems with CW9 68K 
  58.                             - Removed ODFRuntime.lib and use instead the Metrowerks runtime library. Projects created with a previous ODF Release 1 should apply the following changes:
  59.                                                         - PPC projects.
  60.                                                                                 - Remove ODFRuntime.lib
  61.                                                                                 - Remove ANSI C++.PPC.Lib
  62.                                                                                 - Add MWCRuntime.lib
  63.                                                                                 - Add console.stubs.c
  64.  
  65.                                                         - 68K projects
  66.                                                                                 - Remove ODFRuntime.lib
  67.                                                                                 - Remove ANSI (4i/8d) C++.CFM68K.Lib
  68.                                                                                 - Add MWCFM68KRuntime.lib
  69.                                                                                 - Add console.stubs.c
  70.         
  71. • CodeWarrior Profiling support has been updated to CodeWarrior 9.
  72.  
  73. • ODF Release 1  contains a bug that causes embedding parts written with ODF to be incompatible with CyberDog button parts. This patch addresses the CyberDog compatibility problem and fixes a related ODF design problem that interfered with support for containing-part properties in embedding parts written with ODF.
  74.  
  75. The following files have been updated:
  76.  
  77.          ODF:Framewrk:FWPart:Sources:FWFrame.cpp
  78.          ODF:Framewrk:FWPart:Include:FWFrame.h
  79.  
  80.          ODF:Framewrk:FWPart:Sources:FWODPart.cpp    
  81.          ODF:Framewrk:FWPart:Include:FWODPart.h
  82.     
  83.          ODF:Framewrk:FWPart:Sources:FWPartng.cpp
  84.          ODF:Framewrk:FWPart:Include:FWPartng.h
  85.     
  86.          ODF:Framewrk:FWPart:Include:FWSOMPrt.h
  87.